Rule

A common rule for Tokyo and Osaka servers.

  • No root permissions (no sudo!).
  • Use SSH public key authentication only “NO MORE PASSWORD!”, to avoid hack from weak password.
  • Can not install software, but you can install using LinuxBrew in your user local environment.
  • One GPU card at a time.

This rule effect only Osaka server.

  • Limit disk space up to XX Gb per user.
  • Limit GPU usage for XX day.

This rule effect only Tokyo server.

  • Limit disk space up to XX Gb per user.
  • Limit GPU usage for XX day.

Recommend

  • Use LinuxBrew to install package or software in your user local environment.
    • How to set user local environment.
    • How to install and use LinuxBrew.
  • UseĀ Google Colaboratory instead of Jupyter notebook.
  • Use “allow_growth” in Tensorflow or Keras, more info visit Kobkrit.com.
  • Use a common datasets in /var/datasets (Osaka only).